home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / comm2 / tcb_201.zip / TCB-201.UPG < prev   
Text File  |  1993-03-21  |  3KB  |  62 lines

  1. ═══════════════════════════════════════════════════════════════════════════════
  2.  TCB [Today's Callers Bulletin] v2.01                         Robert Bingleman
  3.  Second reeking version.                                   February 21st, 1993
  4. ───────────────────────────────────────────────────────────────────────────────
  5.                      Upgrade reference, from 1.00α ─ 2.01.
  6. ═══════════════════════════════════════════════════════════════════════════════
  7.  
  8. To use the new features of version 2.01, you'll obviously have to include the
  9. appropriate definitions in your CNF file.  This text is concerned only with
  10. the modifications necessary to make a version 1.00 CNF file compatible with
  11. with version 2.01.  There's only one, really:
  12.  
  13.  
  14. INSIDE / OUTSIDE : Border definition strings.
  15. ───────────────────────────────────────────────────────────────────────────────
  16. If you have the INSIDE or OUTSIDE strings defined (as opposed to using the
  17. defaults), you'll have to change them over to the new format.
  18.  
  19. Old format:
  20.   OUTSIDE=[TLC][TRC][BLC][BRC][OHL][OVL][HC1][HC2][VC1][VC2]
  21.   INSIDE =[IHL][IVL][ICC]
  22.  
  23. New format:
  24.   OUTSIDE="[TLC][THL][THC][TRC][BLC][BHL][BHC][BRC] ...
  25.            [LVT][LTC][LVM][LBC][LVB][RVT][RTC][RVM][RBC][RVB]"
  26.   INSIDE ="[ITH][ITC][IBH][IBC][ITV][IMV][IBV]"
  27.  
  28.   OLD                            NEW
  29.        
  30.   TLC=Top Left Corner            TLC=Top Left Corner
  31.   TRC=Top Right Corner           THL=Top Horizontal Line
  32.   BLC=Bottom Left Corner         THC=Top Horizontal Connector
  33.   BRC=Bottom Right Corner        TRC=Top Right Corner
  34.   OHL=Outer Horizontal Line      BLC=Bottom Left Corner
  35.   OVL=Outer Vertical Line        BHL=Bottom Horizontal Line
  36.   HC1=Horizontal Connector 1     BHC=Bottom Horizontal Connector
  37.   HC2=Horizontal Connector 2     BRC=Bottom Right Corner
  38.   VC1=Vertical Connector 1       LVT=Left Vertical Top (line)
  39.   VC2=Vertical Connector 2       LTC=Left Top Connector
  40.   IHL=Inside Horizontal Line     LVM=Left Vertical Middle (line)
  41.   IVL=Inside Vertical Line       LBC=Left Bottom Connector
  42.   ICC=Inside Cross-Connector     LVB=Left Vertical Bottom (line)
  43.                                  RVT=Right Vertical Top (line)
  44.                                  RTC=Right Top Connector
  45.                                  RVM=Right Vertical Middle (line)
  46.                                  RBC=Right Bottom Connector
  47.                                  RVB=Right Vertical Bottom
  48.                                  ITH=Inside Top Horizontal (line)
  49.                                  ITC=Inside Top Connector
  50.                                  IBH=Inside Bottom Horizontal (line)
  51.                                  IBC=Inside Bottom Connector
  52.                                  ITV=Inside Top Vertical (line)
  53.                                  IMV=Inside Middle Vertical (line)
  54.                                  IBV=Inside Bottom Vertical (line)
  55.  
  56. Remember that colour codes are now valid with the string.  They effect only
  57. the border character immediately following the code; if a character does not
  58. have an explicit colour code preceeding it, it is displayed with either the
  59. OUTSIDEC/INSIDEC colour, or the default colour (dark blue on black) if these
  60. are not defined.
  61. ───────────────────────────────────────────────────────────────────────────────
  62.